home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m62.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  405 b   |  16 lines

  1. on exitFrame
  2.   global gBackHighMusicVolume, gBackLowMusicVolume, gFadeSteps, gOnIBM
  3.   puppetSound("Cycle.aif")
  4.   if gOnIBM then
  5.     set gBackHighMusicVolume to 250
  6.     set gBackLowMusicVolume to 130
  7.     set gFadeSteps to 8
  8.   else
  9.     set gBackHighMusicVolume to 220
  10.     set gBackLowMusicVolume to 80
  11.     set gFadeSteps to 14
  12.   end if
  13.   set the volume of sound 1 to gBackLowMusicVolume
  14.   updateStage()
  15. end
  16.